-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): re-enable running plugins in isolation #22527
feat(core): re-enable running plugins in isolation #22527
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1647d55. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
057d270
to
bf22c0b
Compare
bf22c0b
to
4258ae0
Compare
4258ae0
to
12fc486
Compare
12fc486
to
bc2fe87
Compare
bc2fe87
to
9ece602
Compare
9ece602
to
a7af95f
Compare
a7af95f
to
49fee61
Compare
49fee61
to
0536012
Compare
0536012
to
bcd7337
Compare
bcd7337
to
b61b9b8
Compare
b61b9b8
to
4fd0612
Compare
ac7da86
to
1647d55
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address this in a new PR.
) | ||
) | ||
); | ||
const [plugins] = await loadNxPlugins(nxJson?.plugins ?? [], workspaceRoot); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure this gets cleaned up.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This reverts commit c01b566.
Current Behavior
Plugin isolation was reverted.
Expected Behavior
Plugin isolation was un-reverted behind a flag which is
NX_ISOLATE_PLUGINS=true
Related Issue(s)
Fixes #